home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D GFX
/
3D GFX.iso
/
amiutils
/
e_h
/
fractualuniverse
/
formulas
/
abyss.form
< prev
next >
Wrap
Text File
|
1995-12-30
|
189b
|
28 lines
Abyss
{
{
mirrorx
x1=-3.0
x2= 0.5
y1=-2.0
y2= 2.0
bailout=4.0
}
{
z=pixel
c=pixel
}
{
z=z*z
z=z+[1.0,0.0]
zu=c^z
z=z/zu
w=abs(z)
}
{
w>bailout
}
{
}
}